home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
Libraries
/
MacPNG Library 1.02
/
pngMacSrc 1.02
/
png.1
/
ptot
/
inflate.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-08-17
|
324 b
|
17 lines
|
[
TEXT/CWIE
]
/*
* inflate.h
*
* Definitions needed for interfacing ptot to Mark Adler's
* inflate.c from the Info-ZIP distribution. Most of the
* real work is moved to ptot.h, because ptot.c needs to
* share the structures.
*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "ptot.h"
extern PNG_STATE ps;